home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / AudioApps / GISO / English.lproj / GISO.nib / data.classes next >
Text File  |  1992-12-20  |  1KB  |  104 lines

  1. SoundMeter = {
  2.     ACTIONS = {
  3.     stop:;
  4.     run:;
  5.     };
  6.     OUTLETS = {
  7.     sound;
  8.     };
  9.     SUPERCLASS = View;
  10. };
  11. GISOPrefPanel = {
  12.     ACTIONS = {
  13.     save:;
  14.     ok:;
  15.     windowDidBecomeKey:;
  16.     revert:;
  17.     };
  18.     OUTLETS = {
  19.     storageDirectory;
  20.     };
  21.     SUPERCLASS = PrefPanel;
  22. };
  23. PrefPanel = {
  24.     ACTIONS = {
  25.     revert:;
  26.     save:;
  27.     makeKeyAndOrderFront:;
  28.     windowDidBecomeKey:;
  29.     cancel:;
  30.     ok:;
  31.     };
  32.     OUTLETS = {
  33.     panel;
  34.     defaults;
  35.     };
  36.     SUPERCLASS = Object;
  37. };
  38. FirstResponder = {
  39.     ACTIONS = {
  40.     };
  41.     SUPERCLASS = Object;
  42. };
  43. Controller = {
  44.     ACTIONS = {
  45.     willPlay:;
  46.     hadError:;
  47.     cleanKill:;
  48.     didPlay:;
  49.     openFile:;
  50.     stopPlay:;
  51.     appDidInit:;
  52.     subprocess:;
  53.     saveToHotList:;
  54.     loadFromHotList:;
  55.     convert:;
  56.     playIt:;
  57.     saveFile:;
  58.     copyValue:;
  59.     };
  60.     OUTLETS = {
  61.     soundMeter;
  62.     panel;
  63.     theSound;
  64.     inDataSize;
  65.     playButton;
  66.     inHotListStr;
  67.     inHotListConfig;
  68.     inDataForm;
  69.     dataFormSwitches;
  70.     savePanel;
  71.     outRate;
  72.     outHotListStr;
  73.     outType;
  74.     inRateText;
  75.     outDataSize;
  76.     versionNo;
  77.     outChannels;
  78.     inType;
  79.     outDataForm;
  80.     swapBytes;
  81.     effect;
  82.     inRate;
  83.     inChannels;
  84.     outRateText;
  85.     outFile;
  86.     entryName;
  87.     effectArgText;
  88.     dialog;
  89.     subprocess;
  90.     outHotListConfig;
  91.     outHotList;
  92.     openPanel;
  93.     inFile;
  94.     inHotList;
  95.     volume;
  96.     dataSizeSwitches;
  97.     strings;
  98.     defaults;
  99.     convert;
  100.     whichRadio;
  101.     };
  102.     SUPERCLASS = Object;
  103. };
  104.